'Declaration
Public Function FrameSubSet( _ ByVal Frames As System.Collections.Generic.IEnumerable(Of UInteger) _ ) As DicomDataSet
'Usage
Dim instance As DicomDataSet Dim Frames As System.Collections.Generic.IEnumerable(Of UInteger) Dim value As DicomDataSet value = instance.FrameSubSet(Frames)
public DicomDataSet FrameSubSet( System.Collections.Generic.IEnumerable<uint> Frames )
public function FrameSubSet( Frames: System.Collections.Generic.IEnumerable ): DicomDataSet;
public function FrameSubSet( Frames : System.Collections.Generic.IEnumerable ) : DicomDataSet;
public: DicomDataSet* FrameSubSet( System.Collections.Generic.IEnumerable<uint>* Frames )
public: DicomDataSet^ FrameSubSet( System.Collections.Generic.IEnumerable<uint>^ Frames )
Parameters
- Frames
- Requested frame numbers
Return Value
Subset DicomDataSet that includes the requested frames